a {
    display: block
}

.header .head-top {
    height: 120px
}

.header .head-top .col-md-9 {
    height: 100%
}

.header .head-top .col-md-9 a {
    height: 100%
}

.header .head-top .col-md-3 {
    height: 100%
}

.header .head-top #logo {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.header .head-top .contect {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.header .head-top .contect .name {
    margin-right: 14px
}

.header .head-top .contect .desc .name {
    display: block;
    font-size: 14px;
    color: #939393;
    line-height: 30px
}

.header .head-top .contect .desc .phone {
    color: #D40902;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold
}

.nav {
    width: 100%;
    height: 54px;
    background-color: #D40902
}

.nav .nav-list {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.nav .nav-list .nav-item {
    width: calc(100% / 8);
    height: 100%;
    position: relative
}

.nav .nav-list .nav-item a {
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    transition: .3s linear all;
    opacity: .9
}

.nav .nav-list .nav-item .item-list a {
    line-height: 40px;
}

.nav .nav-list .nav-item:hover a {
    background-color: #ffa000;
    opacity: 1
}

.nav .nav-list .nav-item:hover .item-list {
    display: block
}

.nav .nav-list .nav-item .item-list {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 99
}

.nav .nav-list .nav-item .item-list .item-a:hover a {
    background-color: #f7f6f4;
    color: #ffa000
}

.nav .nav-list .active a {
    background-color: #ffa000;
    opacity: 1
}

.sub-banner {
    position: relative
}

.sub-banner img {
    /*height: 287px;*/
    object-fit: cover
}

.sub-banner .container {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.sub-banner .container .sub-cont {
    width: 100%;
    height: 100%;
    margin-top: 70px;
    color: #FFF;
}

.sub-banner .container .sub-cont .sub-name {
    font-size: 40px;
    font-weight: bold;
    line-height: 100px
}

.sub-banner .container .sub-cont .sub-name .orange {
    color: #FFF;
}

.sub-banner .container .sub-cont .sub-con {
    font-size: 18px
}

.bread {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #f4f4f4
}

.bread .bd-list {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.bread .bd-list .bd-item {
    margin: 0 4px
}

.bread .bd-list .bd-item a {
    display: inline-block;
    line-height: 50px;
    font-size: 14px
}

.bread .bd-list .bd-item:nth-child(1) a {
    cursor: Default;
    color: #000
}

.bread .bd-list .bd-item:nth-child(2) a {
    cursor: Default
}

.title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 0px 44px;
}

.title .title-name {
    font-size: 30px;
    color: #282828
}

.title .sub-title {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #8c8c8c
}

.sub-tit {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 120px;
    color: #141414;
    margin: 27px 0 0 0
}


.second-nav .sc-nav-list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.second-nav .sc-nav-list .sc-nav-item {
    width: calc(100% / 8 - 20px);
    line-height: 50px;
    height: 100%;
    background-color: #D40902;
    margin: 10px 8px;
    background-color: #dedede;
}

.second-nav .sc-nav-list .sc-nav-item a {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #666;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.second-nav .sc-nav-list .sc-nav-item a:hover {
    background-color: #ffa000;
    color: #fff;
}

.second-nav .sc-nav-list .active a {
    background-color: #ffa000;
    color: #fff;
}

.second-nav .sc-nav-list .active {
    background-color: #ffa000;
    color: #fff;
}

.f-link {
    border-top: 1px solid #eee;
    width: 100%;
}

.f-link .link-list {
    line-height: 56px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.f-link .link-list .link-item a {
    font-size: 14px;
    margin: 0 10px
}

.f-link .link-list .link-item a .name {
    color: #222;
    font-size: 18px;
    font-weight: bold
}

.footer {
    width: 100%;
    background-color: #29292d;
    padding-top: 55px
}

.footer .qrcode {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.footer .qrcode .img-box {
    width: 120px;
    height: 120px;
    overflow: hidden;
}

.footer .qrcode .qrcode-name {
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    text-align: center;
}

.footer .foot-link {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 25px
}

.footer .foot-link .foot-item {
    padding: 0 60px
}

.footer .foot-link .foot-item .foot-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 56px;
    color: #ffffff
}

.footer .foot-link .foot-item .child-list .child-item a {
    line-height: 26px;
    color: #ffffff;
    font-size: 14px
}

.footer .foot-link .foot-item .child-list .child-item a:hover {
    color: #ff6600
}

.footer .foot-contect .phone {
    display: flex;
    justify-content: flex-start;
}

.footer .foot-contect .phone img {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    margin-right: 15px;
}

.footer .foot-contect .phone .msg .sub {
    color: #ffffff;
    font-size: 14px;
    line-height: 14px
}

.footer .foot-contect .phone .msg .phone {
    color: #ff6600;
    font-size: 28px;
    line-height: 38px;
    font-weight: bold
}

.footer .foot-contect .foot-con {
    margin-top: 30px
}

.footer .foot-contect .foot-con .foot-item {
    display: flex;
    flex-direction: row;
}

.footer .foot-contect .foot-con .foot-item span {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff
}

.footer .foot-contect .foot-con .foot-item .name {
    width: 60px;
    text-align: left;
    flex-shrink: 0;
    color: #8e8e8e;
}

.footer .bot-msg {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    border-top: 1px solid #343438;
}

.footer .bot-msg .bot-item {
    font-size: 14px;
    line-height: 14px;
    color: #a5a5a5;
    padding: 0 5px;
    box-sizing: border-box
}

.footer .bot-msg .bot-item a {
    display: inline-block;
    color: #ffffff
}

.pageList .pages {
    height: auto !important;
}

#Pagination0 {
    padding: 20px 0;
}

#Pagination0 a {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 5px;
   line-height: 20px;
    height: auto;
    border: 0;
    min-width: auto;
}

#Pagination0 a:hover {
    background: #ffa000;
    color: #fff;
}

#Pagination0 a.disabled,
#Pagination0 a.current {
    background: transparent;
    color: #000;
}

#Pagination0 a.current,
#Pagination0 a.tcdNumber {
    text-align: center;
}

#Pagination0 a.tcdNumber {
    background: #ffa000;
    color: #fff;
}

.detail {
    padding-bottom: 30px;
}

@media (max-width:1200px) {
    body.active {
        overflow: hidden
    }

    body {
        box-sizing: border-box;
        padding-top: 1.62963rem
    }

    .nav-m {
        width: 100%;
        background: #ffffff;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9
    }

    .nav-m .nav-cont {
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        padding: 10px;
        height: 1.62963rem
    }

    .nav-m .nav-cont #m-logo {
        width: 85%;
        height: 100%;
        overflow: hidden;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .nav-m .nav-cont #m-logo a,
    .nav-m .nav-cont #m-logo a img {
        width: 100%;
        height: 100%;
    }

    .nav-m .nav-cont .right-icon {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center
    }

    .nav-m .nav-cont .right-icon .icon-line {
        display: block;
        width: .493333rem;
        height: 2px;
        background: #D40902;
        margin-bottom: .133333rem
    }

    .nav-m .nav-cont .right-icon .icon-line:nth-last-child(1) {
        margin-bottom: 0
    }

    .nav-m .nav-cont .right-icon .icon-line:nth-child(1) {
        transform: rotate(0deg) scale(1);
        transform-origin: left top;
        -moz-transform-origin: left top;
        -webkit-transform-origin: left top;
        -o-transform-origin: left top;
        transition: all .3s linear
    }

    .nav-m .nav-cont .right-icon .icon-line:nth-child(2) {
        visibility: visible;
        transition: all .3s linear
    }

    .nav-m .nav-cont .right-icon .icon-line:nth-child(3) {
        transform: rotate(0deg) scale(1);
        transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -webkit-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transition: all .3s linear
    }

    .nav-m .nav-cont .active .icon-line:nth-child(1) {
        transform: rotate(45deg) scale(1.15)
    }

    .nav-m .nav-cont .active .icon-line:nth-child(2) {
        visibility: hidden;
        transition: all .3s linear
    }

    .nav-m .nav-cont .active .icon-line:nth-child(3) {
        transform: rotate(-45deg) scale(1.15)
    }

    .nav-m .m-modal {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 1.62963rem;
        background: rgba(0, 0, 0, 0.3);
        z-index: 9;
        display: none
    }

    .nav-m .m-modal .m-nav-list {
        width: 60%;
        height: calc(100% - 1.62963rem);
        background: #D40902;
        position: absolute;
        right: -60%;
        box-sizing: border-box;
        transition: right .3s linear
    }

    .nav-m .m-modal .m-nav-list .m-nav-item {
        width: 100%;
        height: 1.62963rem
    }

    .nav-m .m-modal .m-nav-list .m-nav-item a {
        display: block;
        padding: .555556rem;
        color: #ffffff;
        font-size:16px;
    }

    .nav-m .m-modal .m-nav-list .m-nav-item a:hover {
        background: #D40902;
        color: #fff
    }

    .nav-m .m-modal .m-nav-list .m-nav-item .item-list {
        display: none
    }

    .nav-m .active {
        display: block
    }

    .nav-m .active .m-nav-list {
        right: 0
    }

    .title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 24px 0
    }

    .title .title-name {
        font-size: 22px;
        color: #282828
    }

    .title .sub-title {
        text-align: center;
        font-size: 12px;
        line-height: 32px;
    }

    .footer {
        overflow: hidden
    }

    .footer .foot-contect .phone-box {
        border-bottom: 1px solid #343438;
    }

    .footer .foot-contect .phone-box .msg {
        text-align: center;
    }

    .footer .foot-contect .phone {
        justify-content: center;
    }

    .footer .foot-contect .phone img {
        margin-right: 30px
    }

    .footer .foot-contect .foot-con {
        margin: 30px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer .f-bot .qrcode {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        border-top: 1px solid #707070;
        padding: 30px
    }

    .footer .f-bot .qrcode .center {
        margin-bottom: 20px
    }

    .sub-banner {
        position: relative
    }

    .sub-banner .container .row {
        height: 100%
    }

    .sub-banner .container .row .col-md-12 {
        height: 100%
    }

    .sub-banner img {
        height: 200px;
        object-fit: cover
    }

    .sub-banner .container {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .sub-banner .container .sub-cont {
        width: 100%;
        height: 100%;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start
    }
    .sub-tit{    text-align: center;
        font-size: 22px;
        font-weight: bold;
        line-height: 80px;
        color: #141414;
        margin: 27px 0 0 0;
        border-top: 1px solid #e8e8e8;
    }
    .sub-banner .container .sub-cont .sub-name {
        font-size: 24px;
        font-weight: bold;
        line-height: 50px
    }

    .sub-banner .container .sub-cont .sub-name .orange {
        color: #fff;
    }

    .sub-banner .container .sub-cont .sub-con {
        font-size: 14px
    }

    .second-nav .sc-nav-list .sc-nav-item {
        min-width: 120px
    }
    .second-nav .sc-nav-list .sc-nav-item{
        line-height: 42px;
    }
    .second-nav .sc-nav-list{
        margin-bottom:0px;
    }
}